@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 63.56%;
  max-width: 1720px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 84.07%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 86%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.pub-btn {
  border: 1px solid #d9d9d9;
  padding: 0 0.18rem 0 0.28rem;
  height: 0.52rem;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pub-btn {
    height: 0.8rem;
    padding: 0 0.4rem 0 0.3rem;
  }
}
.pub-btn p {
  color: #666;
  font-weight: bold;
  margin-right: 0.3rem;
  transition: all 0.3s;
  line-height: 20px;
}
.pub-btn .icon {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  border: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  left: 0;
}
@media (max-width: 767px) {
  .pub-btn .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.pub-btn .icon svg {
  width: 6px;
  height: auto;
}
.pub-btn .icon svg path {
  fill: #dfdfdf;
  transition: all 0.3s;
}
.pub-btn:hover {
  background: url(../images/g_bj.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #fff;
}
.pub-btn:hover p {
  color: #fff;
}
.pub-btn:hover .icon {
  transform: scale(1.2);
  background: #ffc74d;
  border: 1px solid #ffc74d;
}
.pub-btn:hover .icon svg path {
  fill: #fff;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
.Breadcrumbxy {
  width: 100%;
  padding: 0.36rem 0;
}
.Breadcrumbxy .container {
  color: #999;
  line-height: 24px;
}
.Breadcrumbxy .container a {
  color: #999;
  margin-right: 9px;
}
.Breadcrumbxy .container span {
  color: #333;
  margin-left: 9px;
}
.setmap {
  width: 100%;
  padding: 0.83rem 0 3.5rem;
}
@media (max-width: 767px) {
  .setmap {
    padding: 1rem 0;
  }
}
.setmap .container .title {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.setmap .container .list {
  width: 100%;
  margin-top: 0.55rem;
}
.setmap .container .list ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .setmap .container .list ul {
    justify-content: flex-start;
  }
}
.setmap .container .list ul li {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .setmap .container .list ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.setmap .container .list ul li:last-child {
  margin-right: 0;
}
.setmap .container .list ul li .t1 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-bottom: 0.15rem;
}
@media (max-width: 1260px) {
  .setmap .container .list ul li .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .setmap .container .list ul li .t1 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .setmap .container .list ul li .t1 {
    font-weight: bold;
  }
}
.setmap .container .list ul li .t2 {
  display: block;
}
.setmap .container .list ul li .t2 .set-link {
  display: inline-flex;
  line-height: 2;
  color: rgba(51, 51, 51, 0.7);
  transition: all ease-out 0.3s;
}
.setmap .container .list ul li .t2 .set-link:hover {
  color: #333;
}
.disclaimer {
  width: 100%;
  padding: 0.84rem 0 2.84rem;
}
.disclaimer.privacy-policy {
  padding: 0.84rem 0 3.6rem;
}
.disclaimer .container {
  max-width: 1200px;
}
.disclaimer .container .top {
  width: 100%;
  text-align: center;
}
.disclaimer .container .top .title {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}
.disclaimer .container .top .tips {
  margin-top: 0.27rem;
}
.disclaimer .container .top .tips span {
  font-size: 14px;
  color: #999;
  line-height: 2;
  margin: 0 0.24rem;
}
.disclaimer .container .txt {
  color: #333;
  line-height: 28px;
  margin-top: 50px;
}
.disclaimer .container .txt span {
  margin-top: 0.32rem;
}
.disclaimer .container .txt2 {
  width: 100%;
  height: 5.8rem;
  line-height: 28px;
  color: #333;
  padding-right: 0.4rem;
  margin-top: 50px;
  overflow-y: auto;
  scrollbar-width: thin;
  /* 设置比默认滚动条宽度更窄的宽度 */
}
.disclaimer .container .txt2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.disclaimer .container .txt2::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 10px;
  background: #ff8a00;
}
.disclaimer .container .txt2::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 10px;
  background: #f1f1f1;
}
.ny-banner {
  width: 100%;
  position: relative;
}
.ny-banner .img {
  width: 100%;
  height: 7rem;
}
.ny-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-banner .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .ny-banner .img img.pc {
    display: none;
  }
  .ny-banner .img img.mb {
    display: block;
  }
}
.ny-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.54rem;
}
.ny-banner .container .title {
  font-size: 0.5rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #fff;
}
.ny-banner .container .txt {
  line-height: 26px;
  color: #fff;
  max-width: 510px;
  margin-top: 0.2rem;
}
.ny-banner .container .public-btn {
  margin-top: 0.44rem;
}
.case {
  width: 100%;
  padding: 0 0 2.25rem;
}
.case-menu {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0.4rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 1rem 0 rgba(51, 51, 51, 0.08);
}
@media (max-width: 991px) {
  .case-menu {
    padding-bottom: 0.3rem;
  }
}
.case-menu .menu ul {
  display: flex;
}
.case-menu .menu ul li {
  position: relative;
  padding-right: 0.3rem;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .case-menu .menu ul li {
    margin-right: 0.15rem;
    padding-right: 0.15rem;
  }
}
.case-menu .menu ul li a {
  font-size: 20px;
  color: #666;
  line-height: 30px;
  padding: 0.35rem 0 0.33rem;
  transition: all ease-out 0.3s;
  border-bottom: 2px solid transparent;
  display: flex;
}
@media (max-width: 1580px) {
  .case-menu .menu ul li a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .case-menu .menu ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .case-menu .menu ul li a {
    font-size: 14px;
  }
}
.case-menu .menu ul li::after {
  content: '';
  width: 1px;
  height: 20px;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.case-menu .menu ul li:last-child::after {
  display: none;
}
.case-menu .menu ul li:hover a,
.case-menu .menu ul li.on a {
  color: #ff8a00;
  font-weight: bold;
  border-bottom: 2px solid #ff8a00;
}
.case-menu .search {
  width: 377px;
  height: 48px;
  display: flex;
}
@media (max-width: 991px) {
  .case-menu .search {
    margin-top: 0.3rem;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .case-menu .search {
    width: 100%;
  }
}
.case-menu .search .txt {
  width: 79%;
  height: 100%;
  border: 1px solid #dcdfe6;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: none;
  padding-left: 0.2rem;
}
.case-menu .search .btn {
  width: 21%;
  height: 100%;
  background: #ff8a00 url(../images/search-case.svg) center center no-repeat;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}
.case .container .Breadcrumbxy {
  margin-top: 0.2rem;
}
.case .container .Breadcrumbxy .container {
  width: 100%;
}
.case .container .case-list {
  margin-top: 0.2rem;
}
.case .container .page-list {
  margin-top: 1rem;
}
.case-list {
  width: 100%;
}
.case-list ul li {
  width: 100%;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem 0 rgba(51, 51, 51, 0.08);
  margin-bottom: 0.2rem;
}
.case-list ul li:last-child {
  margin-bottom: 0;
}
.case-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem;
}
.case-list ul li a .public-img {
  width: 38.23%;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .case-list ul li a .public-img {
    width: 100%;
  }
}
.case-list ul li a .public-img::before {
  padding-top: 53.846%;
}
.case-list ul li a .tbox {
  width: 53.67%;
  padding-right: 0.9rem;
}
@media (max-width: 767px) {
  .case-list ul li a .tbox {
    width: 100%;
    padding-right: 0;
    margin-top: 0.5rem;
  }
}
.case-list ul li a .tbox .t1 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.4rem;
  font-weight: bold;
  transition: all ease-out 0.3s;
}
@media (max-width: 767px) {
  .case-list ul li a .tbox .t1 {
    font-size: 0.4rem;
  }
}
.case-list ul li a .tbox .txt {
  font-size: 18px;
  color: #686c7b;
  line-height: 28px;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .case-list ul li a .tbox .txt {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .case-list ul li a .tbox .txt {
    font-size: 14px;
  }
}
.case-list ul li a .tbox .pub-btn {
  margin-top: 0.55rem;
}
@media (max-width: 991px) {
  .case-list ul li a .tbox .pub-btn {
    margin-top: 0.2rem;
  }
}
.case-list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.case-list ul li:hover a .tbox .t1 {
  color: #ff8a00;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-list a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dcdee2;
  color: #666;
  transition: all ease-out 0.3s;
  margin: 0 5px;
  flex-shrink: 0;
}
.page-list a:hover,
.page-list a.on {
  color: #ff8a00;
}
.page-list a.prev svg path,
.page-list a.next svg path {
  fill: #c0c4cc;
  transition: all ease-out 0.3s;
}
.page-list a.prev:hover svg path,
.page-list a.next:hover svg path {
  fill: #666;
}
.page-list a.prev svg {
  transform: rotateZ(180deg);
}
.case-info {
  width: 100%;
  padding: 0.37rem 0 2.76rem;
}
@media (max-width: 767px) {
  .case-info {
    padding: 0.37rem 0 1rem;
  }
}
.case-info .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case-info .container .content {
  width: 60.71%;
}
@media (max-width: 991px) {
  .case-info .container .content {
    width: 100%;
  }
}
.case-info .container .content .title {
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #333;
  font-weight: bold;
}
.case-info .container .content .share {
  margin-top: 0.22rem;
  display: flex;
  align-items: center;
}
.case-info .container .content .share .icon {
  width: 16px;
  height: 16px;
}
.case-info .container .content .share .bshare-custom {
  display: flex;
}
.case-info .container .content .share .bshare-custom a {
  padding-left: 20px;
  height: 20px;
  margin: 0 0 0 0.17rem;
  position: relative;
}
.case-info .container .content .share .bshare-custom a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.case-info .container .content .share .bshare-custom a svg path {
  fill: rgba(153, 153, 153, 0.5);
}
.case-info .container .content .share .bshare-custom a:hover {
  opacity: 1;
}
.case-info .container .content .share .bshare-custom a:hover svg path {
  fill: #ff8a00;
}
.case-info .container .content .share .bshare-custom a.bshare-weixin {
  background: none;
}
.case-info .container .content .share .bshare-custom a.bshare-sinaminiblog {
  background: none;
}
.case-info .container .content .txt {
  color: #333;
  line-height: 28px;
  margin-top: 0.5rem;
}
.case-info .container .content .ckbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.56rem;
}
.case-info .container .content .ckbox .left a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  transition: all ease-out 0.3s;
  margin-bottom: 0.1rem;
}
.case-info .container .content .ckbox .left a:last-child {
  margin-bottom: 0;
}
.case-info .container .content .ckbox .left a:hover {
  color: #333;
}
.case-info .container .content .ckbox .back {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  transition: all ease-out 0.3s;
}
.case-info .container .content .ckbox .back svg path {
  fill: #666;
  transition: all ease-out 0.3s;
}
.case-info .container .content .ckbox .back:hover {
  color: #ff8a00;
}
.case-info .container .content .ckbox .back:hover svg path {
  fill: #ff8a00;
}
.case-info .container .other {
  width: 34.64%;
  background: #f7f7f7;
  border-radius: 0.1rem;
  padding-bottom: 1.15rem;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .case-info .container .other {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.case-info .container .other .icon {
  width: 100%;
  background: #21429b;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  padding: 0.22rem 0;
  display: flex;
  justify-content: center;
}
.case-info .container .other .icon img {
  width: auto;
}
.case-info .container .other .tbox {
  width: 100%;
  padding: 0.2rem 0.3rem;
}
.case-info .container .other .tbox .label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case-info .container .other .tbox .label span {
  display: inline-flex;
  align-items: center;
  padding: 0 0.18rem;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  color: #e2aa00;
  background: #f1e3b7;
  border: 1px solid #e2aa00;
  border-radius: 4px;
}
.case-info .container .other .tbox .t1 {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 0.14rem;
}
.case-info .container .other .tbox .t1 span {
  margin-right: 0.35rem;
}
.case-info .container .other .tbox .t2 {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-top: 0.18rem;
}
@media (max-width: 1580px) {
  .case-info .container .other .tbox .t2 {
    font-size: 16px;
  }
}
.case-info .container .other .tbox .t3 {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-top: 0.26rem;
}
.case-info .container .other .tbox .t3 span {
  font-weight: bold;
  color: #333;
}
.case-info .container .other .tbox .t4 {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0.26rem;
}
.bsBox {
  box-sizing: initial;
}
.search-end {
  width: 100%;
  padding: 0.83rem 0 2.4rem;
}
.search-end .container .top {
  width: 100%;
}
.search-end .container .top .title {
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #333;
  font-weight: bold;
}
@media (max-width: 767px) {
  .search-end .container .top .title {
    font-size: 0.4rem;
  }
}
.search-end .container .top .menu {
  width: 100%;
  margin-top: 0.56rem;
}
.search-end .container .top .menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .search-end .container .top .menu ul {
    justify-content: space-around;
  }
}
.search-end .container .top .menu ul li {
  margin-right: 0.75rem;
}
@media (max-width: 1260px) {
  .search-end .container .top .menu ul li {
    margin-right: 0.45rem;
  }
}
@media (max-width: 991px) {
  .search-end .container .top .menu ul li {
    margin-right: 0.3rem;
  }
}
.search-end .container .top .menu ul li:last-child {
  margin-right: 0;
}
.search-end .container .top .menu ul li a {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
@media (max-width: 991px) {
  .search-end .container .top .menu ul li a {
    font-size: 16px;
  }
}
.search-end .container .case-list {
  margin-top: 0.65rem;
}
.search-end .container .page-list {
  margin-top: 1.2rem;
}
/* 汇丰动态 */
.newsbox-sec1 {
  padding-bottom: 2.5rem;
}
.newsbox-sec1 .container .Breadcrumbxy {
  margin-top: 0.2rem;
}
.newsbox-sec1 .container .Breadcrumbxy .container {
  width: 100%;
}
.newsbox-sec1 .container .case-list {
  margin-top: 0.2rem;
}
.newsbox-sec1 .container .page-list {
  margin-top: 1rem;
}
.newsbox-sec1 .cont {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .cont {
    margin: 0;
  }
}
.newsbox-sec1 .cont .item {
  width: 33.333%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.newsbox-sec1 .cont .item .list {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0px 2px 15px 0px rgba(51, 51, 51, 0.08);
}
.newsbox-sec1 .cont .item .list .img {
  width: 100%;
}
.newsbox-sec1 .cont .item .list .img:before {
  padding-top: 59.09090909%;
}
.newsbox-sec1 .cont .item .list .img img {
  transition: all 0.4s;
}
.newsbox-sec1 .cont .item .list .font {
  padding: 0.34rem 0.37rem 0.32rem;
}
.newsbox-sec1 .cont .item .list .font .tit {
  width: 100%;
  overflow: hidden;
  color: #333333;
  white-space: nowrap;
  margin-bottom: 10px;
  text-overflow: ellipsis;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .cont .item .list .font .tit {
    margin-bottom: 6px;
  }
}
.newsbox-sec1 .cont .item .list .font .text {
  font-size: 16px;
  line-height: 26px;
  color: #686c7b;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
  margin-bottom: 26px;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .cont .item .list .font .text {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 24px;
    height: 50px;
  }
}
.newsbox-sec1 .cont .item .list:hover .img img {
  transform: scale(1.06);
}
/* End */
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 16px;
  }
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.75;
  color: #666666;
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .make-text {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
}
.make-text img {
  max-width: 100%;
  height: auto!important;
}
.make-text table {
  width: 100%!important;
}
@media (max-width: 767px) {
  .make-text table {
    min-width: 700px;
  }
}
.make-text table td {
  color: #666666;
  border: 1px solid #ddd;
  padding: 0.12rem 0.4rem;
}
@media (max-width: 767px) {
  .make-text table td {
    font-size: 16px;
  }
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 24px;
  color: #1F2226;
}
@media (max-width: 1580px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px!important;
    line-height: 1.3;
  }
}
.make-text p,
.make-text span {
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #999;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
.font40 {
  font-size: 40px;
}
@media (max-width: 1580px) {
  .font40 {
    font-size: 36px;
  }
}
@media (max-width: 1260px) {
  .font40 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 24px;
  }
}
.font30 {
  font-size: 30px;
}
@media (max-width: 1580px) {
  .font30 {
    font-size: 26px;
  }
}
@media (max-width: 1260px) {
  .font30 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 18px;
  }
}
/* 汇丰动态详情 */
.base_prev,
.base_next {
  width: 0.54rem;
  height: 0.54rem;
  border: solid 1px #cccccc;
  background: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto!important;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .base_prev,
  .base_next {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.base_prev svg,
.base_next svg {
  width: 8px;
  height: 12px;
}
@media (max-width: 1580px) {
  .base_prev svg,
  .base_next svg {
    width: 6px;
    height: 10px;
  }
}
.base_prev svg path,
.base_next svg path {
  fill: #cccccc;
  transition: all 0.4s;
}
.base_prev:hover,
.base_next:hover {
  background-color: #ff8a00;
  border-color: #ff8a00;
}
.base_prev:hover svg path,
.base_next:hover svg path {
  fill: #fff;
}
.base_prev {
  left: -0.94rem;
}
@media (max-width: 1260px) {
  .base_prev {
    left: -0.8rem;
  }
}
.base_next {
  right: -0.94rem;
}
@media (max-width: 1260px) {
  .base_next {
    right: -0.8rem;
  }
}
.newsinfo-sec1 {
  padding-top: 1rem;
}
.newsinfo-sec1 .cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -32px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont {
    margin: 0 -24px;
  }
}
@media (max-width: 1260px) {
  .newsinfo-sec1 .cont {
    margin: 0 -16px;
  }
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont {
    margin: 0;
  }
}
.newsinfo-sec1 .cont .lt,
.newsinfo-sec1 .cont .gt {
  padding: 0 32px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt,
  .newsinfo-sec1 .cont .gt {
    padding: 0 24px;
  }
}
@media (max-width: 1260px) {
  .newsinfo-sec1 .cont .lt,
  .newsinfo-sec1 .cont .gt {
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont .lt,
  .newsinfo-sec1 .cont .gt {
    padding: 0;
  }
}
.newsinfo-sec1 .cont .lt {
  width: 63%;
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont .lt {
    width: 100%;
  }
}
.newsinfo-sec1 .cont .lt .fztit {
  width: 100%;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .fztit {
    margin-bottom: 14px;
  }
}
.newsinfo-sec1 .cont .lt .jut {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 36px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .jut {
    margin-bottom: 32px;
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont .lt .jut {
    margin-bottom: 26px;
    padding-bottom: 16px;
  }
}
.newsinfo-sec1 .cont .lt .jut .ne {
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .jut .ne {
    width: 100%;
  }
}
.newsinfo-sec1 .cont .lt .jut .ne .li {
  color: #666666;
  font-size: 14px;
  margin-right: 46px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .jut .ne .li {
    margin-right: 38px;
  }
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont .lt .jut .ne .li {
    margin-right: 28px;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .jut .ne .li {
    margin-right: 10px;
  }
}
.newsinfo-sec1 .cont .lt .jut .ne .li:last-child {
  margin-right: 0;
}
.newsinfo-sec1 .cont .lt .jut .fen {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .jut .fen {
    margin-top: 12px;
  }
}
.newsinfo-sec1 .cont .lt .jut .fen .name {
  display: block;
  width: 16px;
  overflow: hidden;
  margin-right: 8px;
  margin-bottom: 5px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .jut .fen .name {
    margin-right: 6px;
  }
}
.newsinfo-sec1 .cont .lt .jut .fen .name img {
  width: 100%;
  float: left;
}
.newsinfo-sec1 .cont .lt .jut .fen .social-share .help {
  font-size: 12px;
  display: none;
}
.newsinfo-sec1 .cont .lt .jut .fen .social-share a {
  margin: 0 10px 5px;
  line-height: 1;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  color: #d3d3d3;
  font-size: 20px;
}
@media (max-width: 767px) {
}
.newsinfo-sec1 .cont .lt .jut .fen .social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 100%;
}
.newsinfo-sec1 .cont .lt .jut .fen .social-share .wechat-qrcode {
  left: 50%;
  transform: translateX(-50%);
  height: 160px;
  top: initial;
  bottom: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .jut .fen .social-share .wechat-qrcode {
    width: 140px;
    transform: translateX(-10%);
    left: 0;
  }
  .newsinfo-sec1 .cont .lt .jut .fen .social-share .wechat-qrcode:after {
    left: 14%;
  }
}
.newsinfo-sec1 .cont .lt .jut .fen .social-share .wechat-qrcode img {
  width: auto;
  height: auto;
}
.newsinfo-sec1 .cont .lt .qie {
  width: 100%;
  padding-top: 26px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.newsinfo-sec1 .cont .lt .qie .flt {
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .qie .flt {
    width: calc(100% - 100px);
  }
}
.newsinfo-sec1 .cont .lt .qie .flt .li {
  width: 100%;
}
.newsinfo-sec1 .cont .lt .qie .flt .li span,
.newsinfo-sec1 .cont .lt .qie .flt .li a {
  line-height: 1.3;
  font-size: 14px;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .qie .flt .li span,
  .newsinfo-sec1 .cont .lt .qie .flt .li a {
    font-size: 12px;
  }
}
.newsinfo-sec1 .cont .lt .qie .flt .li span {
  color: #999999;
}
.newsinfo-sec1 .cont .lt .qie .flt .li a {
  color: #999999;
}
.newsinfo-sec1 .cont .lt .qie .flt .li a:hover {
  text-decoration: underline;
}
.newsinfo-sec1 .cont .lt .qie .flt .li:hover span,
.newsinfo-sec1 .cont .lt .qie .flt .li:hover a {
  color: #333333;
}
.newsinfo-sec1 .cont .lt .qie .flt .prev {
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .qie .flt .prev {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .qie .flt .prev {
    margin-bottom: 8px;
  }
}
.newsinfo-sec1 .cont .lt .qie .fgt .fblack {
  width: auto;
  display: flex;
  color: #ff8a00;
  font-size: 14px;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .qie .fgt .fblack {
    font-size: 0.26rem;
  }
}
.newsinfo-sec1 .cont .lt .qie .fgt .fblack i {
  display: block;
  width: 14px;
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .qie .fgt .fblack i {
    width: 12px;
    margin-left: 8px;
  }
}
.newsinfo-sec1 .cont .lt .qie .fgt .fblack i img {
  width: 100%;
  float: left;
}
.newsinfo-sec1 .cont .gt {
  width: 37%;
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont .gt {
    width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .newsinfo-sec1 .cont .gt {
    position: sticky;
    top: 200px;
  }
}
.newsinfo-sec1 .cont .gt .fzitem {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 0.36rem 0.5rem 1.2rem;
}
@media (max-width: 767px) {
}
.newsinfo-sec1 .cont .gt .fzitem .ftit {
  width: 100%;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .gt .fzitem .ftit {
    padding-bottom: 12px;
  }
}
.newsinfo-sec1 .cont .gt .fzitem .jut {
  width: 100%;
}
.newsinfo-sec1 .cont .gt .fzitem .jut .item {
  display: block;
  width: 100%;
  padding: 0.28rem 0 0.24rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
}
.newsinfo-sec1 .cont .gt .fzitem .jut .item .tit1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s;
  color: #333333;
  margin-bottom: 6px;
}
.newsinfo-sec1 .cont .gt .fzitem .jut .item .text {
  font-size: 14px;
  line-height: 26px;
  color: #686c7b;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .gt .fzitem .jut .item .text {
    height: 50px;
    line-height: 24px;
  }
}
.newsinfo-sec1 .cont .gt .fzitem .jut .item:hover .tit1 {
  color: #ff8a00;
}
.newsinfo-sec2 {
  padding-top: 0.4rem;
  padding-bottom: 2.6rem;
}
.newsinfo-sec2 .fztitle {
  text-align: center;
  color: #333333;
  margin-bottom: 0.36rem;
}
.newsinfo-sec2 .cont {
  position: relative;
}
@media (max-width: 991px) {
  .newsinfo-sec2 .cont .base_prev,
  .newsinfo-sec2 .cont .base_next {
    display: none;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont {
  margin: 0 -0.2rem;
  width: auto;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide {
  width: 33.333%;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide {
    width: 100%;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item {
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item {
    width: 100%;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item .list {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0px 2px 15px 0px rgba(51, 51, 51, 0.08);
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item .list .img {
  width: 100%;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item .list .img:before {
  padding-top: 59.09090909%;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item .list .img img {
  transition: all 0.4s;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item .list .font {
  padding: 0.34rem 0.37rem 0.32rem;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item .list .font .tit {
  width: 100%;
  overflow: hidden;
  color: #333333;
  white-space: nowrap;
  margin-bottom: 10px;
  text-overflow: ellipsis;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item .list .font .tit {
    margin-bottom: 6px;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item .list .font .text {
  font-size: 16px;
  line-height: 26px;
  color: #686c7b;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
  margin-bottom: 26px;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item .list .font .text {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 24px;
    height: 50px;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .item .list:hover .img img {
  transform: scale(1.06);
}
/* End */
/* 商业数据研究 */
.businebanner .title {
  text-align: center;
}
.businebox_menu {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -0.5rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 1rem 0 rgba(51, 51, 51, 0.08);
}
.businebox_menu .form {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  color: #999999;
  width: 100%;
  height: 1rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .businebox_menu .form {
    height: 0.9rem;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .businebox_menu .form {
    height: 1.2rem;
  }
}
.businebox_menu .form input {
  padding: 0 0.4rem;
  height: 100%;
  width: calc(100% - 2.4rem);
}
@media (max-width: 767px) {
  .businebox_menu .form input {
    font-size: 16px;
  }
}
.businebox_menu .form .but {
  width: 2.4rem;
  height: 100%;
  background-image: url(../images/sousuoiconim1.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .businebox_menu .form .but {
    width: 2.36rem;
  }
}
@media (max-width: 767px) {
  .businebox_menu .form .but {
    width: 2rem;
  }
}
.businebox_menu .form .but i {
  display: block;
  width: 0.3rem;
  overflow: hidden;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .businebox_menu .form .but i {
    margin-right: 0.24rem;
  }
}
.businebox_menu .form .but i img {
  width: 100%;
  float: left;
}
.businebox-sec1 {
  padding-bottom: 2.6rem;
  position: relative;
}
.businebox-sec1 .container .container {
  max-width: 100%;
  width: 100%;
}
.businebox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.7rem;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .businebox-sec1 .cont {
    margin: 0;
  }
}
.businebox-sec1 .cont .item {
  width: 33.33%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .businebox-sec1 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.businebox-sec1 .cont .item .list {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 2px 15px 0px rgba(51, 51, 51, 0.08);
}
.businebox-sec1 .cont .item .list .img {
  width: 100%;
}
.businebox-sec1 .cont .item .list .img:before {
  padding-top: 42.5%;
}
.businebox-sec1 .cont .item .list .img img {
  transition: all 0.4s;
}
.businebox-sec1 .cont .item .list .font {
  padding: 0.24rem 0.3rem 0.54rem;
  color: #333333;
}
.businebox-sec1 .cont .item .list .font .title {
  line-height: 1.45454545;
}
.businebox-sec1 .cont .item .list:hover .img img {
  transform: scale(1.06);
}
.businebox-sec1 .page-list {
  margin-top: 0.6rem;
}
/* End */
/* 商业数据研究-详情 */
@media (max-width: 767px) {
  .busineinfobox-sec1 .cont .lt {
    order: 1;
  }
}
.busineinfobox-sec1 .cont .lt .fzimg {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.busineinfobox-sec1 .cont .lt .fzimg:before {
  padding-top: 44.70588235%;
}
.busineinfobox-sec1 .cont .lt .jut {
  padding-bottom: 0;
  margin-bottom: 0.3rem;
  border-bottom: none;
}
.busineinfobox-sec1 .cont .lt .fztitle {
  margin-bottom: 0.24rem;
  color: #333333;
  font-weight: bold;
}
.busineinfobox-sec1 .cont .lt .make-text {
  color: #333333;
  padding-bottom: 0.36rem;
}
@media (max-width: 767px) {
  .busineinfobox-sec1 .cont .gt {
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
}
.busineinfobox-sec1 .cont .gt .fjut {
  padding: 0.4rem 0.3rem 2.42rem;
  background-color: #f7f7f7;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .busineinfobox-sec1 .cont .gt .fjut {
    padding-bottom: 0.6rem;
  }
}
.busineinfobox-sec1 .cont .gt .fjut .ftitle {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.2rem;
}
.busineinfobox-sec1 .cont .gt .fjut .ne {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .busineinfobox-sec1 .cont .gt .fjut .ne {
    width: 100%;
  }
}
.busineinfobox-sec1 .cont .gt .fjut .ne .li {
  color: #666666;
  font-size: 14px;
  margin-right: 0.36rem;
}
.busineinfobox-sec1 .cont .gt .fjut .ne .li:last-child {
  margin-right: 0;
}
.busineinfobox-sec1 .cont .gt .fjut .text {
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  margin-bottom: 0.46rem;
}
@media (max-width: 1580px) {
  .busineinfobox-sec1 .cont .gt .fjut .text {
    line-height: 1.4;
    font-size: 14px;
  }
}
.busineinfobox-sec2 .newsinfo2_cont .swiper-slide .fitem {
  width: 100%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
.busineinfobox-sec2 .newsinfo2_cont .swiper-slide .fitem .list {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0px 2px 15px 0px rgba(51, 51, 51, 0.08);
}
.busineinfobox-sec2 .newsinfo2_cont .swiper-slide .fitem .list .img {
  width: 100%;
}
.busineinfobox-sec2 .newsinfo2_cont .swiper-slide .fitem .list .img:before {
  padding-top: 42.5%;
}
.busineinfobox-sec2 .newsinfo2_cont .swiper-slide .fitem .list .img img {
  transition: all 0.4s;
}
.busineinfobox-sec2 .newsinfo2_cont .swiper-slide .fitem .list .font {
  padding: 0.24rem 0.3rem 0.54rem;
  color: #333333;
}
.busineinfobox-sec2 .newsinfo2_cont .swiper-slide .fitem .list .font .title {
  line-height: 1.45454545;
}
.busineinfobox-sec2 .newsinfo2_cont .swiper-slide .fitem .list:hover .img img {
  transform: scale(1.06);
}
/* End */
/* 汇纳观点 */
.viewbox-sec1 .fz_cont {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.7rem;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .viewbox-sec1 .fz_cont {
    margin: 0;
  }
}
.viewbox-sec1 .fz_cont .item {
  width: 33.33%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .viewbox-sec1 .fz_cont .item {
    padding: 0;
    width: 100%;
  }
}
.viewbox-sec1 .fz_cont .item .list {
  border-radius: 8px;
  display: block;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 1px 54px 0px rgba(51, 51, 51, 0.08);
  position: relative;
  z-index: 2;
}
.viewbox-sec1 .fz_cont .item .list .img {
  overflow: hidden;
}
.viewbox-sec1 .fz_cont .item .list .img:before {
  padding-top: 50%;
}
.viewbox-sec1 .fz_cont .item .list .img img {
  transition: all 0.4s;
}
.viewbox-sec1 .fz_cont .item .list .font {
  width: 100%;
  padding: 0.34rem 0.2rem 0.36rem;
  padding-right: 0.66rem;
}
@media (max-width: 767px) {
  .viewbox-sec1 .fz_cont .item .list .font {
    padding: 0.36rem 0.4rem 0.6rem;
  }
}
.viewbox-sec1 .fz_cont .item .list .font .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
  margin-bottom: 0.22rem;
}
.viewbox-sec1 .fz_cont .item .list .font .text {
  font-size: 16px;
  line-height: 26px;
  color: #686c7b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 54px;
  margin-bottom: 0.44rem;
}
@media (max-width: 1580px) {
  .viewbox-sec1 .fz_cont .item .list .font .text {
    font-size: 14px;
    line-height: 24px;
    height: 50px;
  }
}
.viewbox-sec1 .fz_cont .item .list .font .time {
  color: #999999;
}
.viewbox-sec1 .fz_cont .item .list:hover .img img {
  transform: scale(1.06);
}
.viewbox-sec1 .fz_cont .item .list:hover .font .tit {
  color: #ff8a00;
}
/* End */
/* 汇纳观点-详情 */
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem {
  padding: 0 0.2rem;
}
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list {
  border-radius: 8px;
  display: block;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 1px 15px 0px rgba(51, 51, 51, 0.08);
  position: relative;
  z-index: 2;
}
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list .img {
  overflow: hidden;
}
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list .img:before {
  padding-top: 50%;
}
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list .img img {
  transition: all 0.4s;
}
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list .font {
  width: 100%;
  padding: 0.34rem 0.2rem 0.36rem;
  padding-right: 0.66rem;
}
@media (max-width: 767px) {
  .viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list .font {
    padding: 0.36rem 0.4rem 0.6rem;
  }
}
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list .font .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
  margin-bottom: 0.22rem;
}
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list .font .text {
  font-size: 16px;
  line-height: 26px;
  color: #686c7b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 54px;
  margin-bottom: 0.44rem;
}
@media (max-width: 1580px) {
  .viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list .font .text {
    font-size: 14px;
    line-height: 24px;
    height: 50px;
  }
}
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list .font .time {
  color: #999999;
}
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list:hover .img img {
  transform: scale(1.06);
}
.viewinfobox-sec2 .cont .newsinfo2_cont .swiper-slide .fzitem .list:hover .font .tit {
  color: #ff8a00;
}
/* End */
/* 联系我们 */
.contactbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
}
.contactbox-sec1 .cont .lt,
.contactbox-sec1 .cont .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .lt,
  .contactbox-sec1 .cont .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .lt {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.contactbox-sec1 .cont .lt .tit {
  color: #333333;
  margin-bottom: 0.38rem;
}
.contactbox-sec1 .cont .lt .tel {
  display: flex;
  align-items: center;
  color: #fc8a03;
  line-height: 1;
  font-size: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.32rem;
}
.contactbox-sec1 .cont .lt .tel i {
  display: block;
  width: 0.38rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.contactbox-sec1 .cont .lt .tel i img {
  width: 100%;
  float: left;
}
.contactbox-sec1 .cont .lt .text {
  font-size: 18px;
  line-height: 38px;
  color: #666666;
  margin-bottom: 0.26rem;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .lt .text {
    font-size: 16px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .contactbox-sec1 .cont .lt .text {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .lt .text {
    line-height: 26px;
    margin-bottom: 0.4rem;
  }
}
.contactbox-sec1 .cont .lt .fen {
  display: flex;
  align-items: center;
}
.contactbox-sec1 .cont .lt .fen .name {
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .lt .fen .name {
    font-size: 16px;
  }
}
.contactbox-sec1 .cont .lt .fen .jut {
  display: flex;
}
.contactbox-sec1 .cont .lt .fen .jut .li {
  position: relative;
}
.contactbox-sec1 .cont .lt .fen .jut .li .fzti {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  border: solid 1px #333333;
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .lt .fen .jut .li .fzti {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.contactbox-sec1 .cont .lt .fen .jut .li .fzti img,
.contactbox-sec1 .cont .lt .fen .jut .li .fzti svg {
  width: 52.63157895%;
  height: auto;
}
.contactbox-sec1 .cont .lt .fen .jut .li .hover1 {
  display: none;
  width: 1.6rem;
  position: absolute;
  top: 100%;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  margin-top: 0.22rem;
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .lt .fen .jut .li .hover1 {
    width: 2.2rem;
  }
}
.contactbox-sec1 .cont .lt .fen .jut .li .hover1 img {
  width: 100%;
}
.contactbox-sec1 .cont .lt .fen .jut .li:hover .hover1 {
  display: block;
}
.contactbox-sec1 .cont .gt .fznav {
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.contactbox-sec1 .cont .gt .fznav li {
  width: 50%;
  position: relative;
  transition: all 0.4s;
  background-color: #e5e5e5;
}
.contactbox-sec1 .cont .gt .fznav li:first-child {
  border-radius: 10px 0 0 0;
}
.contactbox-sec1 .cont .gt .fznav li:last-child {
  border-radius: 0 10px 0 0;
}
.contactbox-sec1 .cont .gt .fznav li:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  background: #fff url(../images/sanjiaoimg1.png) center / 100% 100% no-repeat;
  height: 16px;
  margin-top: 9px;
  opacity: 0;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .fznav li:after {
    width: 22px;
    height: 12px;
    margin-top: 12px;
  }
}
.contactbox-sec1 .cont .gt .fznav li .item {
  width: 100%;
  line-height: 70px;
  cursor: pointer;
  text-align: center;
  color: #333333;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .fznav li .item {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .gt .fznav li .item {
    line-height: 0.76rem;
  }
}
.contactbox-sec1 .cont .gt .fznav .on {
  background-color: #fc8a03;
}
.contactbox-sec1 .cont .gt .fznav .on:after {
  opacity: 1;
}
.contactbox-sec1 .cont .gt .fznav .on .item {
  color: #ffffff;
}
.contactbox-sec1 .cont .gt .jut {
  position: relative;
}
.contactbox-sec1 .cont .gt .jut .form {
  position: relative;
}
.contactbox-sec1 .cont .gt .jut .form .fznei {
  border: solid 2px #ff8a00;
  position: relative;
  width: 100%;
  padding: 25px;
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .gt .jut .form .fznei {
    padding: 0.3rem;
  }
}
.contactbox-sec1 .cont .gt .jut .form .fznei .item {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .jut .form .fznei .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .contactbox-sec1 .cont .gt .jut .form .fznei .item {
    margin-bottom: 12px;
  }
}
.contactbox-sec1 .cont .gt .jut .form .fznei .item:last-child {
  margin-bottom: 0;
}
.contactbox-sec1 .cont .gt .jut .form .fznei .item .int {
  position: relative;
  width: 100%;
  background-color: #f8f8f9;
  border-radius: 2px;
}
.contactbox-sec1 .cont .gt .jut .form .fznei .item .int .text,
.contactbox-sec1 .cont .gt .jut .form .fznei .item .int input,
.contactbox-sec1 .cont .gt .jut .form .fznei .item .int textarea {
  width: 100%;
  color: #999999;
  font-size: 16px;
  position: relative;
  padding: 18px 20px;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .jut .form .fznei .item .int .text,
  .contactbox-sec1 .cont .gt .jut .form .fznei .item .int input,
  .contactbox-sec1 .cont .gt .jut .form .fznei .item .int textarea {
    padding: 14px 16px;
    font-size: 14px;
  }
}
.contactbox-sec1 .cont .gt .jut .form .fznei .item .int .text span,
.contactbox-sec1 .cont .gt .jut .form .fznei .item .int input span,
.contactbox-sec1 .cont .gt .jut .form .fznei .item .int textarea span {
  color: #f43737;
}
.contactbox-sec1 .cont .gt .jut .form .fznei .item .int .text {
  position: absolute;
  top: 0;
  left: 0;
}
.contactbox-sec1 .cont .gt .jut .form .fznei .item .int textarea {
  height: 1.28rem;
}
.contactbox-sec1 .cont .gt .jut .form .fznei .fzcode {
  display: flex;
  align-items: center;
  background-color: #f8f8f9;
  border-radius: 2px;
}
.contactbox-sec1 .cont .gt .jut .form .fznei .fzcode .int {
  width: calc(100% - 124px);
  background-color: transparent;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .jut .form .fznei .fzcode .int {
    width: calc(100% - 100px);
  }
}
.contactbox-sec1 .cont .gt .jut .form .fznei .fzcode .fzbut {
  width: 124px;
  cursor: pointer;
  color: #fc8a03;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .jut .form .fznei .fzcode .fzbut {
    font-size: 16px;
    width: 100px;
  }
}
.contactbox-sec1 .cont .gt .jut .form .fz_but {
  width: 100%;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  position: relative;
  background-image: linear-gradient(56deg, #ffba00 0%, #fc8a03 100%), linear-gradient(#f8f8f9, #f8f8f9);
  background-blend-mode: normal, 
                                normal;
  padding: 18px 20px;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .jut .form .fz_but {
    padding: 14px 16px;
    font-size: 14px;
  }
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .jut .form .fz_but {
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .contactbox-sec1 .cont .gt .jut .form .fz_but {
    margin-top: 12px;
  }
}
.contactbox-sec2 {
  padding-top: 1.1rem;
  padding-bottom: 2.1rem;
  background-color: #f7f7f7;
}
.contactbox-sec2 .fztitle {
  text-align: center;
  margin-bottom: 0.36rem;
  color: #333333;
}
.contactbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5px;
}
.contactbox-sec2 .cont .item {
  padding: 0 2.5px;
  width: 25%;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .contactbox-sec2 .cont .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .contactbox-sec2 .cont .item {
    width: 50%;
  }
}
.contactbox-sec2 .cont .item .list {
  display: block;
  position: relative;
  z-index: 3;
}
.contactbox-sec2 .cont .item .list .img {
  width: 100%;
  overflow: hidden;
}
.contactbox-sec2 .cont .item .list .img:before {
  padding-top: 60.60606061%;
}
.contactbox-sec2 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
}
.contactbox-sec2 .cont .item .list .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: bold;
  padding: 0.2rem 0.3rem;
  z-index: 2;
  transition: all 0.4s;
}
.contactbox-sec2 .cont .item .list .font {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.4s;
  background-color: rgba(252, 137, 0, 0.93);
}
.contactbox-sec2 .cont .item .list .font .text {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .contactbox-sec2 .cont .item .list .font .text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .contactbox-sec2 .cont .item .list .font .text {
    line-height: 1.4;
  }
}
.contactbox-sec2 .cont .item .list .font .but {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .contactbox-sec2 .cont .item .list .font .but {
    font-size: 14px;
  }
}
.contactbox-sec2 .cont .item .list .font .but i {
  display: block;
  width: 18px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .contactbox-sec2 .cont .item .list .font .but i {
    width: 14px;
    margin-right: 8px;
  }
}
.contactbox-sec2 .cont .item .list .font .but i img {
  width: 100%;
  float: left;
}
@media (min-width: 1199px) {
  .contactbox-sec2 .cont .item .list:hover .tit {
    opacity: 0;
  }
  .contactbox-sec2 .cont .item .list:hover .font {
    opacity: 1;
  }
}
/* End */
/* 信任中心 */
.trustbox_ne .cont .item .list {
  padding: 0.3rem 0.5rem 0.74rem !important;
}
@media (max-width: 767px) {
  .trustbox_ne .cont .item .list {
    padding: 0.4rem 0.5rem 0.36rem !important;
  }
}
.trustbox-sec1 {
  padding: 1rem 0 1.2rem;
}
.trustbox-sec1 .fztitle {
  text-align: center;
  margin-bottom: 0.34rem;
}
.trustbox-sec1 .cont {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  transition: all 0.4s;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .trustbox-sec1 .cont {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .trustbox-sec1 .cont {
    margin: 0;
  }
}
.trustbox-sec1 .cont .item {
  width: 50%;
  padding: 0 10px 20px;
}
@media (max-width: 1580px) {
  .trustbox-sec1 .cont .item {
    margin-bottom: 16px;
    padding: 0 8px 16px;
  }
}
@media (max-width: 767px) {
  .trustbox-sec1 .cont .item {
    padding: 0 0 8px;
    width: 100%;
  }
}
.trustbox-sec1 .cont .item .list {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  padding: 0.3rem 0.5rem 0.26rem;
  padding-right: 1.6rem;
}
@media (max-width: 991px) {
  .trustbox-sec1 .cont .item .list {
    padding-right: 1.2rem;
  }
}
@media (max-width: 767px) {
  .trustbox-sec1 .cont .item .list {
    padding: 0.4rem 0.5rem 0.36rem;
  }
}
.trustbox-sec1 .cont .item .list .img {
  height: 0.68rem;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .trustbox-sec1 .cont .item .list .img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .trustbox-sec1 .cont .item .list .img {
    height: 0.8rem;
  }
}
.trustbox-sec1 .cont .item .list .img img {
  height: 100%;
  width: auto;
}
.trustbox-sec1 .cont .item .list .font {
  width: 100%;
}
.trustbox-sec1 .cont .item .list .font .tit {
  color: #333333;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .trustbox-sec1 .cont .item .list .font .tit {
    margin-bottom: 8px;
  }
}
.trustbox-sec1 .cont .item .list .font .text {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  opacity: 0.8;
}
@media (max-width: 1580px) {
  .trustbox-sec1 .cont .item .list .font .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.trustbox-sec1 .fz_zhong {
  margin-bottom: 0.4rem;
  overflow: hidden;
  transition: all 0.4s;
}
.trustbox-sec1 .fzbut {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.trustbox-sec1 .fzbut .name {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .trustbox-sec1 .fzbut .name {
    font-size: 18px;
  }
}
.trustbox-sec1 .fzbut .name span {
  color: #333333;
}
.trustbox-sec1 .fzbut .name span:nth-child(2) {
  display: none;
}
.trustbox-sec1 .fzbut i {
  display: block;
  overflow: hidden;
  width: 11px;
  margin-left: 8px;
  transition: all 0.4s;
}
.trustbox-sec1 .fzbut i img {
  width: 100%;
  float: left;
}
.trustbox-sec1 .fzbut.on .name span {
  display: none;
}
.trustbox-sec1 .fzbut.on .name span:nth-child(2) {
  display: block;
}
.trustbox-sec1 .fzbut.on i {
  transform: rotate(180deg);
}
.trustbox-sec2 {
  background-color: #f7f7f7;
  padding: 1.2rem 0;
}
.trustbox-sec2 .cont .item .list {
  background-color: #fff;
}
.trustbox-sec3 {
  padding: 0.9rem 0 2.6rem;
}
.trustbox-sec3 .cont {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 1.8rem 0.4rem 1.86rem;
}
@media (max-width: 767px) {
  .trustbox-sec3 .cont {
    padding: 1rem 0.4rem;
  }
}
.trustbox-sec3 .cont .g_mor {
  margin-top: 0.4rem;
  text-align: center;
}
.trustbox-sec3 .cont .g_mor .g_btn {
  position: relative;
  z-index: 10;
}
.trustbox-sec3 .cont .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
}
.trustbox-sec3 .cont .img:before {
  padding: 0;
}
.trustbox-sec3 .cont .font {
  max-width: 814px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.trustbox-sec3 .cont .font .tit {
  margin-bottom: 0.22rem;
  line-height: 1.4;
}
.trustbox-sec3 .cont .font .text {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .trustbox-sec3 .cont .font .text {
    font-size: 14px;
    line-height: 24px;
  }
}
/* End */
/* 社会责任 */
.dutybox-sec1 {
  padding: 1rem 0 1.2rem;
}
.dutybox-sec1 .item {
  display: block;
  position: relative;
  box-shadow: 0px 9px 32px 0px rgba(51, 51, 51, 0.17);
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  margin-bottom: 0.4rem;
}
.dutybox-sec1 .item:last-child {
  margin-bottom: 0;
}
.dutybox-sec1 .item .img:before {
  padding-top: 32.14285714%;
}
@media (max-width: 767px) {
  .dutybox-sec1 .item .img:before {
    padding-top: 36%;
  }
}
.dutybox-sec1 .item .img img {
  transition: all 0.4s;
}
.dutybox-sec1 .item .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jinabianai1.png) left top / auto 100% no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .dutybox-sec1 .item .img:after {
    display: none;
  }
}
.dutybox-sec1 .item .font {
  z-index: 1;
}
@media (min-width: 768px) {
  .dutybox-sec1 .item .font {
    position: absolute;
    left: 0;
    top: 50%;
    color: #ffffff;
    transform: translateY(-50%);
    padding-left: 5%;
    padding-right: 15.14285714%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .dutybox-sec1 .item .font {
    padding: 0.5rem 0.4rem 0.6rem;
  }
}
.dutybox-sec1 .item .font .titl {
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .dutybox-sec1 .item .font .titl {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .dutybox-sec1 .item .font .titl {
    margin-bottom: 4px;
  }
}
.dutybox-sec1 .item .font .text {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 54px;
  margin-bottom: 0.54rem;
}
@media (max-width: 1580px) {
  .dutybox-sec1 .item .font .text {
    height: 50px;
    line-height: 24px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .dutybox-sec1 .item .font .text {
    color: #666;
    margin-bottom: 0.3rem;
  }
}
.dutybox-sec1 .item .font .pub-btn {
  background: url(../images/g_bj.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #fff;
}
.dutybox-sec1 .item .font .pub-btn p {
  color: #fff;
}
.dutybox-sec1 .item .font .pub-btn .icon {
  transform: scale(1.2);
  background: #ffc74d;
  border: 1px solid #ffc74d;
}
.dutybox-sec1 .item .font .pub-btn .icon svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  .dutybox-sec1 .item:nth-child(2n) .img:after {
    background: url(../images/jinabianai2.png) right top / auto 100% no-repeat;
  }
  .dutybox-sec1 .item:nth-child(2n) .font {
    left: 50%;
    padding-left: 15.28571429%;
    padding-right: 4.71428571%;
  }
}
.dutybox-sec1 .item:hover .img img {
  transform: scale(1.04);
}
.dutybox-sec2 {
  padding: 1.1rem 0 2.1rem;
  background-color: #f8f8f8;
}
.dutybox-sec2 .fztitle {
  text-align: center;
  margin-bottom: 0.32rem;
}
.dutybox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .dutybox-sec2 .cont {
    margin: 0 -8px;
  }
}
@media (max-width: 1260px) {
  .dutybox-sec2 .cont {
    margin: 0 -6px;
  }
}
@media (max-width: 767px) {
  .dutybox-sec2 .cont {
    margin: 0;
  }
}
.dutybox-sec2 .cont .item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 0.54rem;
}
@media (max-width: 1580px) {
  .dutybox-sec2 .cont .item {
    padding: 0 8px;
  }
}
@media (max-width: 1260px) {
  .dutybox-sec2 .cont .item {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .dutybox-sec2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.dutybox-sec2 .cont .item .list {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .dutybox-sec2 .cont .item .list {
    height: 100%;
  }
}
.dutybox-sec2 .cont .item .list .img {
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
}
.dutybox-sec2 .cont .item .list .img:before {
  padding-top: 50.72463768%;
}
.dutybox-sec2 .cont .item .list .img img {
  transition: all 0.4s;
}
.dutybox-sec2 .cont .item .list .font {
  width: 100%;
  padding-top: 0.25rem;
  padding-right: 39.13043478%;
}
@media (max-width: 1260px) {
  .dutybox-sec2 .cont .item .list .font {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .dutybox-sec2 .cont .item .list .font {
    width: 100%;
    padding-right: 0;
  }
}
.dutybox-sec2 .cont .item .list .font .tit {
  color: #333333;
  transition: all 0.4s;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .dutybox-sec2 .cont .item .list .font .tit {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .dutybox-sec2 .cont .item .list .font .tit {
    margin-bottom: 4px;
  }
}
.dutybox-sec2 .cont .item .list .font .text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
@media (max-width: 1580px) {
  .dutybox-sec2 .cont .item .list .font .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .dutybox-sec2 .cont .item .list .font .text {
    color: #666;
  }
}
.dutybox-sec2 .cont .item .list:hover .img img {
  transform: scale(1.04);
}
.dutybox-sec2 .cont .item .list:hover .font .tit {
  color: #ff8a00;
}
/* End */
/* 加入汇纳 */
.joinbanner .container {
  margin-top: 0;
}
.joinbanner .container .txt {
  max-width: 608px;
}
.joinbanner .container .but {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .joinbanner .container .but {
    margin-top: 0.36rem;
  }
}
.joinbanner .container .but .g_btn {
  margin-top: 0;
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .joinbanner .container .but .g_btn {
    margin-right: 16px;
  }
}
@media (max-width: 991px) {
  .joinbanner .container .but .g_btn {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .joinbanner .container .but .g_btn {
    margin-right: 0.1rem;
    margin-top: 0.2rem;
  }
  .joinbanner .container .but .g_btn p {
    margin-right: 0.2rem;
  }
}
.joinbanner .container .but .g_btn:last-child {
  margin-right: 0;
}
.joinbox_tit {
  margin-bottom: 0.36rem;
  text-align: center;
}
.joinbox_tit .tit {
  color: #333333;
}
.joinbox_tit .text {
  color: #666666;
  margin-top: 12px;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  .joinbox_tit .text {
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .joinbox_tit .text {
    line-height: 1.4;
  }
}
.joinbox-sec1 {
  padding: 1rem 0 1.2rem;
}
.joinbox-sec1 .cont {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .joinbox-sec1 .cont .base_prev,
  .joinbox-sec1 .cont .base_next {
    background-color: #ff8a00;
    border-color: #ff8a00;
  }
  .joinbox-sec1 .cont .base_prev svg path,
  .joinbox-sec1 .cont .base_next svg path {
    fill: #fff;
  }
}
@media (max-width: 991px) {
  .joinbox-sec1 .cont .base_prev {
    left: 0.2rem;
  }
  .joinbox-sec1 .cont .base_next {
    right: 0.2rem;
  }
}
.joinbox-sec1 .cont .joinbox1_cont {
  width: auto;
  margin: 0;
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
@media (max-width: 1260px) {
  .joinbox-sec1 .cont .joinbox1_cont .fz_nei {
    margin: 0 -5px;
  }
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut {
  width: 25%;
  padding: 0 7px;
}
@media (max-width: 1260px) {
  .joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut {
    width: 50%;
  }
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut .item {
  width: 100%;
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut .item .list {
  width: 100%;
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut .item .list .img {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut .item .list .img {
    border-radius: 5px;
  }
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut .item .list .img:before {
  padding-top: 85.11560694%;
}
@media (max-width: 767px) {
  .joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut .item .list .img:before {
    padding-top: 70%;
  }
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut:first-child {
  width: 50%;
}
@media (max-width: 767px) {
  .joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut:nth-child(2) .item {
    margin-bottom: 10px;
  }
  .joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut:nth-child(2) .item:last-child {
    margin-bottom: 0;
  }
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut:last-child .item {
  height: 100%;
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut:last-child .item .list {
  height: 100%;
}
.joinbox-sec1 .cont .joinbox1_cont .fz_nei .jut:last-child .item .list .img {
  height: 100%;
}
.joinbox-sec2 {
  padding: 1.16rem 0 1.18rem;
  background-color: #f7f7f7;
}
.joinbox-sec2 .cont {
  display: flex;
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .joinbox-sec2 .cont {
    margin: 0;
    flex-wrap: wrap;
  }
}
.joinbox-sec2 .cont .item {
  width: 18.57142857%;
  flex: 1 0 18.57142857%;
  padding: 0 5px;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .joinbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
    flex: 1 0 100%;
    margin-bottom: 0.4rem;
  }
  .joinbox-sec2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.joinbox-sec2 .cont .item .list {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.joinbox-sec2 .cont .item .list .img {
  height: 4.6rem;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.joinbox-sec2 .cont .item .list .img:before {
  padding-top: 0;
}
.joinbox-sec2 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.44;
  transition: opacity 0.3s 0.3s linear;
  z-index: 1;
}
.joinbox-sec2 .cont .item .list .font {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 0.2rem;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .joinbox-sec2 .cont .item .list .font {
    padding: 0.3rem 0.4rem;
  }
}
.joinbox-sec2 .cont .item .list .font i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.47rem;
  height: 0.38rem;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .joinbox-sec2 .cont .item .list .font i {
    width: 0.7rem;
    height: 0.6rem;
  }
}
.joinbox-sec2 .cont .item .list .font i img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.joinbox-sec2 .cont .item .list .font .tit1 {
  color: #fff;
}
.joinbox-sec2 .cont .item .list .font .text {
  width: 100%;
  display: none;
  color: #fff;
  padding-top: 0.28rem;
  opacity: 0.8;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .joinbox-sec2 .cont .item .list .font .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec2 .cont .item .list .font .text {
    display: block;
  }
}
@media (min-width: 768px) {
  .joinbox-sec2 .cont .on {
    width: 44.57142857%;
    flex: 1 0 44.57142857%;
  }
  .joinbox-sec2 .cont .on .list .img:after {
    opacity: 0.6;
    transition: all 0.3s linear;
  }
  .joinbox-sec2 .cont .on .list .font {
    padding: 0 1.24rem;
  }
}
.joinbox-sec3 {
  padding-top: 1.16rem;
  padding-bottom: 2.6rem;
}
.joinbox-sec3 .joinbox3_cont {
  margin-bottom: 0.4rem;
}
.joinbox-sec3 .joinbox3_cont .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.joinbox-sec3 .joinbox3_cont .img:before {
  padding-top: 39.28571429%;
}
.joinbox-sec3 .fznav {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .joinbox-sec3 .fznav {
    justify-content: flex-start;
  }
}
.joinbox-sec3 .fznav .joinbox3_nav {
  margin: 0;
}
.joinbox-sec3 .fznav .joinbox3_nav .xian {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 6px;
  background-color: #f6f6f6;
  border-radius: 3px;
}
@media (max-width: 1580px) {
  .joinbox-sec3 .fznav .joinbox3_nav .xian {
    height: 4px;
    border-radius: 2px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec3 .fznav .joinbox3_nav .xian {
    border-radius: 1px;
    height: 2px;
  }
}
.joinbox-sec3 .fznav .joinbox3_nav .swiper-slide {
  width: auto;
  margin: 0 0.3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .joinbox-sec3 .fznav .joinbox3_nav .swiper-slide {
    margin: 0 0.1rem;
  }
}
.joinbox-sec3 .fznav .joinbox3_nav .swiper-slide:first-child {
  margin-left: 0;
}
.joinbox-sec3 .fznav .joinbox3_nav .swiper-slide:last-child {
  margin-right: 0;
}
.joinbox-sec3 .fznav .joinbox3_nav .swiper-slide .item {
  cursor: pointer;
  padding: 0.3rem 0.35rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .joinbox-sec3 .fznav .joinbox3_nav .swiper-slide .item {
    padding: 0.3rem 0.26rem;
  }
}
.joinbox-sec3 .fznav .joinbox3_nav .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #ff8a00;
  border-radius: 3px;
  opacity: 0;
}
@media (max-width: 1580px) {
  .joinbox-sec3 .fznav .joinbox3_nav .swiper-slide .item:before {
    height: 4px;
    border-radius: 2px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec3 .fznav .joinbox3_nav .swiper-slide .item:before {
    border-radius: 1px;
    height: 2px;
  }
}
.joinbox-sec3 .fznav .joinbox3_nav .on .item:before {
  opacity: 1;
}
/* End */
/*  */
.worthbanner .container {
  margin-top: 0;
}
.worthbox-sec1 {
  padding: 0.9rem 0 1.2rem;
}
.worthbox-sec1 .fztitle {
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .worthbox-sec1 .fztitle {
    text-align: center;
  }
}
.worthbox-sec1 .cont {
  display: flex;
  margin: 0 -6px;
}
@media (max-width: 767px) {
  .worthbox-sec1 .cont {
    margin: 0;
    flex-wrap: wrap;
  }
}
.worthbox-sec1 .cont .item {
  padding: 0 6px;
  width: 19%;
  flex: 1 0 19%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .worthbox-sec1 .cont .item {
    padding: 0;
    flex: 1 0 100%;
    margin-bottom: 0.4rem;
  }
  .worthbox-sec1 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.worthbox-sec1 .cont .item .list {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.worthbox-sec1 .cont .item .list .img {
  height: 4.6rem;
  position: relative;
}
@media (max-width: 376px) {
  .worthbox-sec1 .cont .item .list .img {
    height: 5rem;
  }
}
.worthbox-sec1 .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worthbox-sec1 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.44;
}
.worthbox-sec1 .cont .item .list .title1 {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.4s 0.2s linear;
}
@media (max-width: 767px) {
  .worthbox-sec1 .cont .item .list .title1 {
    opacity: 0;
  }
}
.worthbox-sec1 .cont .item .list .font {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  transition: none;
  padding: 0.36rem 0.5rem;
  padding-right: 2.73rem;
}
@media (max-width: 1580px) {
  .worthbox-sec1 .cont .item .list .font {
    padding-right: 2rem;
  }
}
@media (max-width: 1260px) {
  .worthbox-sec1 .cont .item .list .font {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .worthbox-sec1 .cont .item .list .font {
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .worthbox-sec1 .cont .item .list .font {
    padding: 0.36rem 0.4rem;
    opacity: 1;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.worthbox-sec1 .cont .item .list .font .tit {
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .worthbox-sec1 .cont .item .list .font .tit {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .worthbox-sec1 .cont .item .list .font .tit {
    margin-bottom: 4px;
  }
}
.worthbox-sec1 .cont .item .list .font .text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 376px) {
  .worthbox-sec1 .cont .item .list .font .text {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .worthbox-sec1 .cont .on {
    width: 63.57142857%;
    flex: 1 0 63.57142857%;
  }
  .worthbox-sec1 .cont .on .list .title1 {
    opacity: 0;
    margin-left: -0.3rem;
    margin-top: 0.4rem;
    transition: all 0.4s linear;
  }
  .worthbox-sec1 .cont .on .list .font {
    opacity: 1;
    transition: opacity 0.4s 0.46s linear;
  }
}
.worthbox-sec2 {
  position: relative;
  padding-top: 1.16rem;
  padding-bottom: 1.2rem;
}
.worthbox-sec2 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.6rem;
  z-index: -1;
}
.worthbox-sec2 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worthbox-sec2 .joinbox_tit {
  margin-bottom: 0.52rem;
}
.worthbox-sec2 .joinbox_tit .tit {
  color: #fff;
}
.worthbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .worthbox-sec2 .cont {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .worthbox-sec2 .cont {
    margin: 0;
  }
}
.worthbox-sec2 .cont .item {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 1580px) {
  .worthbox-sec2 .cont .item {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .worthbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .worthbox-sec2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.worthbox-sec2 .cont .item .list {
  width: 100%;
  background: #f7f7f7 url(../images/jinwejimg1.jpg) center / cover no-repeat;
  border-radius: 10px;
  height: 100%;
  padding: 0.5rem 0.6rem 0.6rem;
}
@media (max-width: 767px) {
  .worthbox-sec2 .cont .item .list {
    height: auto;
    padding: 0.56rem 0.42rem 0.6rem;
  }
}
.worthbox-sec2 .cont .item .list .fztit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8a00;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.worthbox-sec2 .cont .item .list .fztit i {
  display: flex;
  justify-content: center;
  width: 27px;
  height: 26px;
  margin-right: 12px;
  align-items: center;
}
@media (max-width: 1580px) {
  .worthbox-sec2 .cont .item .list .fztit i {
    margin-right: 8px;
    width: 22px;
    height: 21px;
  }
}
.worthbox-sec2 .cont .item .list .fztit i img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.worthbox-sec2 .cont .item .list .text,
.worthbox-sec2 .cont .item .list .jut {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
@media (max-width: 1580px) {
  .worthbox-sec2 .cont .item .list .text,
  .worthbox-sec2 .cont .item .list .jut {
    font-size: 14px;
    line-height: 24px;
  }
}
.worthbox-sec2 .cont .item .list .text {
  margin-bottom: 0.36rem;
}
.worthbox-sec2 .cont .item .list .jut .li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.3rem;
}
.worthbox-sec2 .cont .item .list .jut .li:last-child {
  margin-bottom: 0;
}
.worthbox-sec2 .cont .item .list .jut .li > span {
  background-color: #ff8a00;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  margin-top: 10px;
}
@media (max-width: 1580px) {
  .worthbox-sec2 .cont .item .list .jut .li > span {
    padding-top: 8px;
  }
}
.worthbox-sec2 .cont .item .list .jut .li .wen {
  width: calc(100% - 6px);
  padding-left: 12px;
}
@media (max-width: 1580px) {
  .worthbox-sec2 .cont .item .list .jut .li .wen {
    padding-left: 8px;
  }
}
.worthbox-sec2 .cont .item:nth-child(2n) .list {
  background-image: url(../images/jinwejimg2.jpg);
}
.worthbox-sec3 {
  background-color: #fcfcfc;
  padding: 1.2rem 0;
}
.worthbox-sec3 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .worthbox-sec3 .cont {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .worthbox-sec3 .cont {
    margin: 0;
  }
}
.worthbox-sec3 .cont .item {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 1580px) {
  .worthbox-sec3 .cont .item {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .worthbox-sec3 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .worthbox-sec3 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.worthbox-sec3 .cont .item .list {
  position: relative;
  z-index: 2;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.worthbox-sec3 .cont .item .list .img {
  width: 100%;
  overflow: hidden;
}
.worthbox-sec3 .cont .item .list .img:before {
  padding-top: 54.99276411%;
}
.worthbox-sec3 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .worthbox-sec3 .cont .item .list .img:after {
    opacity: 0.3;
  }
}
.worthbox-sec3 .cont .item .list .tit {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  z-index: 1;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .worthbox-sec3 .cont .item .list .tit {
    display: none;
  }
}
.worthbox-sec3 .cont .item .list .font {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0.3rem 1.06rem;
  margin-bottom: 8px;
  opacity: 0;
  transition: all 0.4s;
  background: url(../images/guifanbagimfw1.png) center / cover no-repeat;
}
@media (max-width: 1580px) {
  .worthbox-sec3 .cont .item .list .font {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .worthbox-sec3 .cont .item .list .font {
    background: none;
    opacity: 1;
    padding: 0.3rem 0.4rem;
  }
}
.worthbox-sec3 .cont .item .list .font .fztit {
  font-weight: bold;
  text-align: center;
}
.worthbox-sec3 .cont .item .list .font .text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 1580px) {
  .worthbox-sec3 .cont .item .list .font .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.worthbox-sec3 .cont .item .list:hover .tit {
  margin-top: -0.3rem;
}
.worthbox-sec3 .cont .item .list:hover .font {
  opacity: 1;
}
.worthbox-sec4 {
  padding-top: 1.2rem;
  padding-bottom: 2.6rem;
}
.worthbox-sec4 .cont {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(51, 51, 51, 0.08);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 0.45rem 0.5rem 0.6rem;
}
.worthbox-sec4 .cont .lt,
.worthbox-sec4 .cont .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .worthbox-sec4 .cont .lt,
  .worthbox-sec4 .cont .gt {
    width: 100%;
  }
}
.worthbox-sec4 .cont .fztitl {
  color: #333333;
}
.worthbox-sec4 .cont .lt {
  padding-right: 1.5rem;
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .worthbox-sec4 .cont .lt {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .worthbox-sec4 .cont .lt {
    padding-right: 0.4rem;
    border-right: none;
    margin-bottom: 0.6rem;
  }
}
.worthbox-sec4 .cont .lt .fztitl {
  margin-bottom: 0.18rem;
}
.worthbox-sec4 .cont .lt .text {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 1.2rem;
}
@media (max-width: 1580px) {
  .worthbox-sec4 .cont .lt .text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .worthbox-sec4 .cont .lt .text {
    margin-bottom: 0.6rem;
  }
}
.worthbox-sec4 .cont .lt .jut .li {
  display: flex;
  align-items: center;
}
.worthbox-sec4 .cont .lt .jut .li i {
  display: block;
  overflow: hidden;
  width: 22px;
}
@media (max-width: 1580px) {
  .worthbox-sec4 .cont .lt .jut .li i {
    width: 18px;
  }
}
@media (max-width: 767px) {
  .worthbox-sec4 .cont .lt .jut .li i {
    width: 16px;
  }
}
.worthbox-sec4 .cont .lt .jut .li i img {
  width: 100%;
  float: left;
  height: auto;
}
.worthbox-sec4 .cont .lt .jut .li span {
  font-weight: bold;
  padding-left: 10px;
  color: #333333;
}
@media (max-width: 1580px) {
  .worthbox-sec4 .cont .lt .jut .li span {
    padding-left: 8px;
  }
}
.worthbox-sec4 .cont .gt {
  padding-left: 0.7rem;
}
@media (max-width: 767px) {
  .worthbox-sec4 .cont .gt {
    padding-left: 0;
  }
}
.worthbox-sec4 .cont .gt .public-img:before {
  padding-top: 56.89%;
}
.worthbox-sec4 .cont .gt .fztitl {
  margin-bottom: 0.2rem;
}
.worthbox-sec4 .cont .gt .jut {
  width: 100%;
}
.worthbox-sec4 .cont .gt .jut a {
  background-color: #fafafa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: solid 1px #d9d9d9;
  padding: 0.18rem 0.3rem;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .worthbox-sec4 .cont .gt .jut a {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .worthbox-sec4 .cont .gt .jut a {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .worthbox-sec4 .cont .gt .jut a {
    padding: 0.24rem 0.4rem;
  }
}
.worthbox-sec4 .cont .gt .jut a:last-child {
  margin-bottom: 0;
}
.worthbox-sec4 .cont .gt .jut a .font {
  width: calc(100% - 84px);
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .worthbox-sec4 .cont .gt .jut a .font {
    width: calc(100% - 80px);
  }
}
.worthbox-sec4 .cont .gt .jut a .font i {
  display: block;
  overflow: hidden;
  width: 26px;
}
@media (max-width: 1580px) {
  .worthbox-sec4 .cont .gt .jut a .font i {
    width: 22px;
  }
}
.worthbox-sec4 .cont .gt .jut a .font i img {
  width: 100%;
  float: left;
  height: auto;
}
.worthbox-sec4 .cont .gt .jut a .font .tit {
  width: calc(100% - 26px);
  padding-left: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1580px) {
  .worthbox-sec4 .cont .gt .jut a .font .tit {
    width: calc(100% - 24px);
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .worthbox-sec4 .cont .gt .jut a .font .tit {
    padding-left: 10px;
  }
}
.worthbox-sec4 .cont .gt .jut a .but {
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .worthbox-sec4 .cont .gt .jut a .but {
    width: 80px;
  }
}
.worthbox-sec4 .cont .gt .jut a .but span {
  color: #ff8a00;
}
.worthbox-sec4 .cont .gt .jut a .but i {
  display: block;
  width: 18px;
  margin-left: 10px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .worthbox-sec4 .cont .gt .jut a .but i {
    width: 16px;
    margin-left: 8px;
  }
}
.worthbox-sec4 .cont .gt .jut a .but i img {
  width: 100%;
  float: left;
  height: auto;
}
/* End */


